home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / CHARTS.dxr / Internal_31.ls < prev    next >
Encoding:
Text File  |  2003-03-14  |  208 b   |  15 lines

  1. on mouseDown
  2.   set the visible of sprite 12 to 0
  3.   updateStage()
  4. end
  5.  
  6. on mouseLeave
  7.   set the visible of sprite 12 to 1
  8.   updateStage()
  9. end
  10.  
  11. on mouseUp
  12.   set the visible of sprite 12 to 1
  13.   updateStage()
  14. end
  15.